Module-level declarations

Types

Link copied to clipboard

Properties

Link copied to clipboard
val CHAIN_NAME: text = "bsc"
Link copied to clipboard
val LAND_CONTRACT_ADDRESS: text = "0x2A5D09E5eF87614f006b15caBE50c253A7D3D46F"

Functions

Link copied to clipboard
function create_evm_link(player: player)
Link copied to clipboard
function create_plot_data(id: integer, location_x: integer, location_y: integer, plot_width: integer, plot_height: integer, water_type: text, water_quality: decimal, soil_type: text, soil_fertility: decimal, island: text, region: text, owner_id: byte_array): plot
Link copied to clipboard
function empty_storefront(storefront_griddable_id: integer, storefront_location_x: integer, storefront_location_y: integer)
Link copied to clipboard
function give_starting_assets(player: player)
Link copied to clipboard
function handle_burn_asset(instance: instance, amount: integer, account_id: byte_array, nonburnable: list<instance?>)
Link copied to clipboard
function is_town_hub(plot_id: integer): boolean
Link copied to clipboard
@extend(init_player) function prepare_dev_player(player: player)
Link copied to clipboard
function reset_fishing(account: account)
Link copied to clipboard
function reset_inventory(account: account)
Link copied to clipboard
function reset_quests(account: account)
Link copied to clipboard
function retrieve_pre_quests_recursively(current_quest_id: text): set<text>

Queries

Link copied to clipboard
@mount("dev.is_enabled") query is_enabled(): boolean
Link copied to clipboard
@mount("dev.is_ugc_asset_prepared") query is_ugc_asset_prepared(workorder_uuid: text): boolean

Operations

Link copied to clipboard
@mount("dev.claim_output_on") operation claim_output_on(crafting_station: crafting_station, account_id: byte_array, auth_descriptor_id: byte_array, timestamp: integer)
Link copied to clipboard
@mount("dev.create_parcel") operation create_parcel(account_id: byte_array, auth_descriptor_id: byte_array, plot_id: integer, tiles: list<integer>)
Link copied to clipboard
@mount("dev.finalize_user_generated_asset") operation finalize_user_generated_asset(workorder_uuid: text, texture_url: text, account_id: byte_array, auth_descriptor_id: byte_array)
Link copied to clipboard
@mount("dev.give_user_erc721_original") operation give_user_erc721_original(account_id: byte_array, name: text, interface: text, amount: integer, contract_address: byte_array, token_id: integer)
Link copied to clipboard
@mount("dev.give_user_ft3_token") operation give_user_ft3_token(account_id: byte_array, token_name: text, amount: integer)
Link copied to clipboard
@mount("dev.give_user_original") operation give_user_original(account_id: byte_array, name: text, interface: text, amount: integer)
Link copied to clipboard
@mount("dev.give_user_plot") operation give_user_plot(id: integer, location_x: integer, location_y: integer, plot_width: integer, plot_height: integer, water_type: text, water_quality: decimal, soil_type: text, soil_fertility: decimal, island: text, region: text, owner_id: byte_array, cells: list<cell>)
Link copied to clipboard
@mount("dev.prepare_user_generated_asset") operation prepare_user_generated_asset(workorder_uuid: text, name: text, model_url: text, account_id: byte_array, auth_descriptor_id: byte_array)
Link copied to clipboard
@mount("dev.request_daily_reward_on") operation request_daily_reward_on(account_id: byte_array, auth_descriptor_id: byte_array, on_date: integer)
Link copied to clipboard
@mount("dev.reset_all_player_progress") operation reset_all_player_progress(account_id: byte_array)
Link copied to clipboard
@mount("dev.reset_fishing_log") operation reset_fishing_log(account_id: byte_array)
Link copied to clipboard
@mount("dev.reset_inventory_progress") operation reset_inventory_progress(account_id: byte_array)
Link copied to clipboard
@mount("dev.reset_quest_progress") operation reset_quest_progress(account_id: byte_array)